runtime.maptype.bucketsize (field)

58 uses

	runtime (current package)
		map.go#L209: 	return *(**bmap)(add(unsafe.Pointer(b), uintptr(t.bucketsize)-goarch.PtrSize))
		map.go#L213: 	*(**bmap)(add(unsafe.Pointer(b), uintptr(t.bucketsize)-goarch.PtrSize)) = ovf
		map.go#L254: 			h.extra.nextOverflow = (*bmap)(add(unsafe.Pointer(ovf), uintptr(t.bucketsize)))
		map.go#L383: 		nextOverflow = (*bmap)(add(buckets, base*uintptr(t.bucketsize)))
		map.go#L384: 		last := (*bmap)(add(buckets, (nbuckets-1)*uintptr(t.bucketsize)))
		map.go#L419: 	b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
		map.go#L425: 		oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
		map.go#L480: 	b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
		map.go#L486: 		oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
		map.go#L524: 	b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
		map.go#L530: 		oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
		map.go#L612: 	b := (*bmap)(add(h.buckets, bucket*uintptr(t.bucketsize)))
		map.go#L728: 	b := (*bmap)(add(h.buckets, bucket*uintptr(t.bucketsize)))
		map.go#L893: 			b = (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize)))
		map.go#L897: 				b = (*bmap)(add(it.buckets, bucket*uintptr(t.bucketsize)))
		map.go#L901: 			b = (*bmap)(add(it.buckets, bucket*uintptr(t.bucketsize)))
		map.go#L1138: 	b := (*bmap)(add(h.oldbuckets, bucket*uintptr(t.bucketsize)))
		map.go#L1151: 	b := (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize)))
		map.go#L1160: 		x.b = (*bmap)(add(h.buckets, oldbucket*uintptr(t.bucketsize)))
		map.go#L1168: 			y.b = (*bmap)(add(h.buckets, (oldbucket+newbit)*uintptr(t.bucketsize)))
		map.go#L1250: 			b := add(h.oldbuckets, oldbucket*uintptr(t.bucketsize))
		map.go#L1254: 			n := uintptr(t.bucketsize) - dataOffset
		map_fast32.go#L31: 		b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
		map_fast32.go#L37: 			oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
		map_fast32.go#L71: 		b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
		map_fast32.go#L77: 			oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
		map_fast32.go#L118: 	b := (*bmap)(add(h.buckets, bucket*uintptr(t.bucketsize)))
		map_fast32.go#L208: 	b := (*bmap)(add(h.buckets, bucket*uintptr(t.bucketsize)))
		map_fast32.go#L294: 	b := (*bmap)(add(h.buckets, bucket*uintptr(t.bucketsize)))
		map_fast32.go#L375: 	b := (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize)))
		map_fast32.go#L384: 		x.b = (*bmap)(add(h.buckets, oldbucket*uintptr(t.bucketsize)))
		map_fast32.go#L392: 			y.b = (*bmap)(add(h.buckets, (oldbucket+newbit)*uintptr(t.bucketsize)))
		map_fast32.go#L450: 			b := add(h.oldbuckets, oldbucket*uintptr(t.bucketsize))
		map_fast32.go#L454: 			n := uintptr(t.bucketsize) - dataOffset
		map_fast64.go#L31: 		b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
		map_fast64.go#L37: 			oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
		map_fast64.go#L71: 		b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
		map_fast64.go#L77: 			oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
		map_fast64.go#L118: 	b := (*bmap)(add(h.buckets, bucket*uintptr(t.bucketsize)))
		map_fast64.go#L208: 	b := (*bmap)(add(h.buckets, bucket*uintptr(t.bucketsize)))
		map_fast64.go#L294: 	b := (*bmap)(add(h.buckets, bucket*uintptr(t.bucketsize)))
		map_fast64.go#L377: 	b := (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize)))
		map_fast64.go#L386: 		x.b = (*bmap)(add(h.buckets, oldbucket*uintptr(t.bucketsize)))
		map_fast64.go#L394: 			y.b = (*bmap)(add(h.buckets, (oldbucket+newbit)*uintptr(t.bucketsize)))
		map_fast64.go#L458: 			b := add(h.oldbuckets, oldbucket*uintptr(t.bucketsize))
		map_fast64.go#L462: 			n := uintptr(t.bucketsize) - dataOffset
		map_faststr.go#L82: 	b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
		map_faststr.go#L88: 		oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
		map_faststr.go#L177: 	b := (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
		map_faststr.go#L183: 		oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
		map_faststr.go#L229: 	b := (*bmap)(add(h.buckets, bucket*uintptr(t.bucketsize)))
		map_faststr.go#L323: 	b := (*bmap)(add(h.buckets, bucket*uintptr(t.bucketsize)))
		map_faststr.go#L403: 	b := (*bmap)(add(h.oldbuckets, oldbucket*uintptr(t.bucketsize)))
		map_faststr.go#L412: 		x.b = (*bmap)(add(h.buckets, oldbucket*uintptr(t.bucketsize)))
		map_faststr.go#L420: 			y.b = (*bmap)(add(h.buckets, (oldbucket+newbit)*uintptr(t.bucketsize)))
		map_faststr.go#L473: 			b := add(h.oldbuckets, oldbucket*uintptr(t.bucketsize))
		map_faststr.go#L477: 			n := uintptr(t.bucketsize) - dataOffset
		type.go#L357: 	bucketsize uint16 // size of bucket